ComponentOne Web API Edition
Manager<T> Class
Members 

C1.Web.Api.Configuration Namespace : Manager<T> Class
The type of the instance which is managed.
The base Manager class. It is used to manage the specified type instances.
Syntax
'Declaration
 
Public Class Manager(Of T) 
public class Manager<T> 
Type Parameters
T
The type of the instance which is managed.
Inheritance Hierarchy

System.Object
   C1.Web.Api.Configuration.Manager<T>
      C1.Web.Api.Data.DataProviderManager
      C1.Web.Api.DataEngine.Data.FlexPivotEngineProviderManager
      C1.Web.Api.Report.ReportProviderManager
      C1.Web.Api.Storage.StorageProviderManager

See Also

Reference

Manager<T> Members
C1.Web.Api.Configuration Namespace